Click or drag to resize

Header Methods

The Header type exposes the following members.

Methods
  NameDescription
Public methodAdd(String, String)
Adds new header field with specified header name and value.
Public methodAdd(StandardHeader, String)
Adds new header field with specified header name and value.
Public methodClear
Removes all elements from the Header.
Public methodContains(String)
Determines whether the Header contains a specific header key.
Public methodContains(StandardHeader)
Determines whether the Header contains a specific header key.
Public methodContainsKey(String)
Determines whether the Header contains a specific header key.
Public methodContainsKey(StandardHeader)
Determines whether the Header contains a specific header key.
Public methodContainsValue
Determines whether the Header contains a specific header value.
Public methodCopyTo
Copies an Header array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that can iterate through the Header.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)
Removes the element with the specified header key from the Header.
Public methodRemove(StandardHeader)
Removes the element with the specified header key from the Header.
Public methodSet(String, String)
Sets value of the specified header field.
Public methodSet(StandardHeader, String)
Sets value of the specified header field.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also